post /mint/organizations/{org_name}/notification-email-templates
Creates a notification email template. See also Managing notification templates using the API.
HTTP request
Path Parameters
org_name (required) | Organization name. |
Request Body
Notification email template.
createdDate | Output only. Creation time in epoch format. |
htmlImage | Message body in HTML format. You can include one or more variables, using Spring Expression Language (SpEL), to represent values returned in the Transaction object. |
id | ID of the notification email template. Required only when updating a notification email template. |
name | Name of the notification email template. |
orgId | Name of the organization. |
source | Source of the notification., |
subject | Subject line of the notification email template. |
updatedDate | Date in epoch format that the template was updated. |
Response Types
201:
Created
Body
createdDate | Output only. Creation time in epoch format. |
htmlImage | Message body in HTML format. You can include one or more variables, using Spring Expression Language (SpEL), to represent values returned in the Transaction object. |
id | ID of the notification email template. Required only when updating a notification email template. |
name | Name of the notification email template. |
orgId | Name of the organization. |
source | Source of the notification., |
subject | Subject line of the notification email template. |
updatedDate | Date in epoch format that the template was updated. |